home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 October / macformat-055.iso / mac / Demos / Mac OS 8 Animated Tutorial / Mac OS 8 Tutorial / Mac OS 8 Tutorial.DXR / 00075.ls < prev    next >
Encoding:
Text File  |  1997-05-30  |  195 b   |  13 lines

  1. global gframe
  2.  
  3. on mouseDown
  4.   if buttonClicked() then
  5.     repeat with x = 3 to 9
  6.       puppetSprite(x, 0)
  7.     end repeat
  8.     unLoad()
  9.     puppetTransition(9, 2, 3, 1)
  10.     go(gframe)
  11.   end if
  12. end
  13.